Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Incorrect bridge_address encoding #62

Merged

Conversation

johnyob
Copy link
Collaborator

@johnyob johnyob commented Oct 18, 2023

Context

Following #54, the sandbox no-longer works due a panic in jstz_kernel.

Description

This panic occurs due to a deserialization error. The root of this error was serializing the KT1 bridge address
as a tz4 address.

Manually testing the PR

cargo run -- sandbox start

@johnyob johnyob added the bug Something isn't working label Oct 18, 2023
Copy link
Collaborator

@alanmarkoTrilitech alanmarkoTrilitech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a comment with a question regarding the change in sandbox shut down. Otherwise it looks good to me!

@@ -409,7 +417,7 @@ pub fn main(cfg: &mut Config) -> Result<()> {
cfg.save()?;

// 4. Wait for the sandbox to shutdown (either by the user or by an error)
OctezThread::join(vec![rollup_node, baker, node])?;
OctezThread::join(vec![baker, rollup_node, node])?;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this change needed?

@alanmarkoTrilitech alanmarkoTrilitech merged commit 26c3893 into main Oct 19, 2023
5 checks passed
@alanmarkoTrilitech alanmarkoTrilitech deleted the ajob410@bugfix/incorrect-bridge-address-format branch October 19, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants